home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Apple II Sample Code / Sample Code Notes (ProDOS) / SCN05Cust.Wind < prev    next >
Encoding:
Text File  |  1990-06-24  |  1.8 KB  |  44 lines  |  [TEXT/pdos]

  1. Apple II
  2. Sample Code Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6. #5:    Custom.Window
  7.  
  8. Version:    3.0                                                     June 1990
  9.  
  10. APW Components:    CWND.asm
  11.                    CWND.Inits.asm
  12.                    RR.WND.asm1
  13.                    RR.WND.asm2
  14.                    Full.Build
  15.                    Build
  16.                    Build.Macros 
  17.  
  18. MPW Components:    CWND.Aii
  19.                    CWND.Inits.Aii
  20.                    RR.Window.Aii
  21.                    MakeFile
  22.  
  23. This assembly-language sample program generates two custom roundRect windows 
  24. along with a standard window.  To illustrate how to specify different window 
  25. attributes in source code, DTS designed the first window without a close box 
  26. and does not allow it to be dragged.
  27. _____________________________________________________________________________
  28.  
  29. The sample program also demonstrates how to use NULL events to maintain a 
  30. clock in the menu bar.  Three Window Manager calls new to the Apple IIGS 
  31. System Disk 3.2 are used in the demo as well:  AlertWindow, StartFrameDrawing, 
  32. and EndFrameDrawing.  Several TaskMaster features are implemented in the 
  33. definition procedures (DefProcs).  Frame grow boxes and scroll bars are not 
  34. supported in this version of the Custom.Window demo.
  35.  
  36. APW users need APW v.1.0, APW Tools & Interfaces v.1.1, and Apple IIGS System 
  37. Software 5.0.2 or later.  Three APW command files, Full.Build, Build, and 
  38. Build.Macros allow you to perform complete or partial rebuilds of the load 
  39. file Custom.Window.
  40.  
  41. MPW IIGS users need MPW v.3.0, MPW IIGS Tools v.1.1, and MPW IIGS Assembler 
  42. v.1.0 or later.  The name needed by the MPW Build menu's Build option can be 
  43. found in the MakeFile.
  44.